ReadCRUDCacheRepo

fun <ObjectType, IdType> ReadCRUDCacheRepo(    parentRepo: ReadCRUDRepo<ObjectType, IdType>,     kvCache: KVCache<IdType, ObjectType>,     idGetter: (ObjectType) -> IdType)